home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / telecom / xprzmodem_3.1 / xprz31.readme < prev    next >
Text File  |  1994-11-17  |  4KB  |  116 lines

  1. Short: xpr-filetransfer-protocol
  2. Uploader: g10o@alf.zfn.uni-bremen.de (Olaf Peters)
  3. Long:
  4.  
  5. This is basically version 2.50.  I just changed rx_timout from 600 to
  6. 30 in send.c to fix uploads so they truly work.
  7.  
  8. NOTE:  I compiled the 020 version using lattice 5.10b (as well as the
  9.        none '020 version), but since I only have a 68000, I don't know how
  10.        well or if it works.
  11.  
  12.  
  13. John Tillema
  14. jtillema@hacks.arizona.edu
  15.  
  16. ------
  17.  
  18. Recompiled the 2.51 020 version as 2.52 after fixing the LmkFile.020 file.
  19. Internal name of the library was being compiled as XprZmodem.Library.020
  20. rather than as XprZmodem.Library.
  21.  
  22.      Bill Perkins
  23.  
  24. BIX: Wmperkins
  25.  
  26. --------------------------------------------------------------------------
  27. Since v2.50 changes:-
  28. --------------------
  29.  
  30.  
  31.    2.50     update_rate()  fixed fatal error in current-duration
  32.                            calculation.  Caused 80000005 Guru.
  33.  
  34.             sprintf()      replaced with Mysprintf() routine.
  35.                            Thanks to Jim Cooper of the SAS institude
  36.                            for  the libinit and linent objects.
  37.  
  38.             Cyclic Redunduncy Check now uses a 32-bit hard-coded CRC table.
  39.             CRC-32 release by Bill Perkins.
  40.  
  41.  
  42.    2.51 -                  RX_timeout fix
  43.             Released initially by John Tillema.
  44.  
  45.    2.52 -                  Minor 020 compilation error fixed.
  46.             Released by Bill Perkins.
  47.  
  48. ---------------------------------------------------------------------------
  49.  
  50.    2.53 - Special Version by Olaf 'Olsen' Barthel Author from "Term"
  51.           (Don't know what he change)
  52.  
  53. ---------------------------------------------------------------------------
  54.  
  55.   2.60  - Don't know who made this version
  56.   2.60a - Don't know who made this version
  57.  
  58. ---------------------------------------------------------------------------
  59.  
  60. INFO: All Libs up to 2.61 are based on the Source of V2.52!!!
  61. =============================================================
  62.         changes:
  63.  
  64.  2.61 - mysprintf() in Utils.c - returned int changed to unsigned int
  65.         SAS/C get a Warning of this.
  66.  
  67.         - NOT RELEASED! ONLY FOR BETATESTER.
  68.  
  69.         In function XProtocolHostMon() (module Utils.c) declared
  70.         static UBYTE startrcv[] = { ZPAD, ZDLE, ZHEX, "00" };
  71.         SAS/C 6.x get a error of this.
  72.         Declared to:
  73.         static UBYTE *startrcv[] = { ZPAD, ZDLE, ZHEX, '0', '0' };
  74.  
  75.  2.62 - Now Blocksize avaiable
  76.  
  77.         - NOT RELEASED!
  78.  
  79.         Changes by Rainer Hess
  80.  
  81.  2.63 - Now support locale.library to use different languages with
  82.         Workbench 2.1, 3.x. On this time will be only the default
  83.         englisch-language and a german catalog-file. Please send me
  84.         the filled up xprzmodem_catalog.ct for your language.
  85.  
  86.         - NOT RELEASED! ONLY FOR BETATESTER.
  87.  
  88.         Changes by Rainer Hess
  89.  
  90.  2.64 - Aug  3 1993 - Blocksize was global declared, it's now in
  91.         struct Vars.
  92.  
  93.         - NOT RELEASED!
  94.  
  95.         Aug  4 1993 - Bug-Fix in function update_rate(), maschine
  96.         crashes on little files e.g. 2 Bytes - old problem from
  97.         2.52 and before!
  98.  
  99.         Changes by Rainer Hess
  100.  
  101.  3.0  - It's time to make a full release...
  102.  
  103.         Compile Date 13.August.93
  104.  
  105.         Rainer Hess - EMail: rhess@a3tnt.adsp.sub.org
  106.  
  107.  3.1  - Documentation update by Geoffrey Faivre-Malloy
  108.         Conversion of documentation to Amigaguide format.
  109.  
  110.         Code-Changes by Rainer Hess:
  111.         ZModem runs always with the sender blocksize or uses standart-mode
  112.         (M1024) if there is on one system a older zmodem.
  113.  
  114.         Compile Date 03.October.93
  115.  
  116.